@charset 'utf-8';
body {
  color: #333;
  min-width: 1000px; 
}
input,button{
    -webkit-appearance:button;
}
.wrap {
  width: 1200px;
  margin: 0px auto;
}
.wrap2 {
  width: 1200px;
  margin: 0px auto;
}
/*banner
---------------------------------------------*/
.banner {
  background: url(../images/banner.jpg) center top no-repeat;
  width: 100%;
  height: 694px;
}
.banner .wrap {
  position: relative;
  height: 100%;
}
.banner .goIndex {
  width: 130px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/5pao_logo.png) center center no-repeat;
  background-color: #1C2F88;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #3B6DF2;
  border-image: -webkit-linear-gradient(to left top, #8411bf 0%, #6d00e1 20%, #3a50f5 55%, #59e0dc 100%) 1 1;
  border-image: -o-linear-gradient(bottom right, #8411bf 0%, #6d00e1 20%, #3a50f5 55%, #59e0dc 100%) 1 1;
  border-image: -ms-linear-gradient(to bottom right, #8411bf 0%, #6d00e1 20%, #3a50f5 55%, #59e0dc 100%) 1 1;
  border-image: -moz-linear-gradient(bottom right, #8411bf 0%, #6d00e1 20%, #3a50f5 55%, #59e0dc 100%) 1 1;
  border-image: linear-gradient(to top right, #8411bf 0%, #6d00e1 20%, #3a50f5 55%, #59e0dc 100%) 1 1;
  border-top: 0;
}
.banner .immediately_go {
  position: absolute;
  left: 0;
  bottom: 150px;
  width: 300px;
  height: 56px;
  background: #1E4A95;
  background: rgba(78, 235, 228, 0.12);
  border-radius: 10px;
  text-align: center;
  line-height: 54px;
  font-size: 22px;
  color: #3af7f2;
  border: 1px solid #41C9D3;
  transition: background 0.3s;
}
.banner .immediately_go:hover {
  background-color: #41C9D3;
  color: #012384;
}
.banner .bubble_tmall,
.banner .bubble_jd,
.banner .bubble_mgj {
  position: absolute;
}
.banner .bubble_jd {
  top: 185px;
  right: 0px;
  width: 80px;
}
.banner .bubble_jd img{ width:100%}
.banner .bubble_mgj {
  top: 270px;
  right: -30px;
}
.banner .bubble_tmall {
  top: 350px;
  right: 345px;
  width: 90px;
}
.banner .bubble_tmall img{ width:100%}
.banner .icon_box {
  position: absolute;
  bottom: 175px;
  right: 10px;
}
.banner .icon_box img {
  margin: 0 60px;
}
/*层

---------------------------------------------*/
.floor {
  padding: 30px 0;
  line-height: 1;
}
.floor .headline {
  padding-bottom: 1px;
  text-align: center;
}
.floor .headline .heading {
  font-size: 30px;
  padding-bottom: 10px;
  color: #666;
}
.floor .headline .subheading {
  font-size: 16px;
  color: #999;
}
/*多平台

---------------------------------------------*/
.platform .headline .subheading {
  font-size: 16px;
}
.platform .platform_tab {
  text-align: center;
}
.platform .platform_tab a {
  display: inline-block;
  width: 128px;
  height: 128px;
  margin: 0px 6px;
  position: relative;
  background: url(../images/platform_category.png) no-repeat;
}
.platform .platform_tab a.cur b {
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -34px;
  margin-left: -20px;
  border: 20px solid transparent;
  border-bottom-color: #F6F6F6;
}
.platform .platform_tab a.item01 {
  background-position: 0 -128px;
}
.platform .platform_tab a.item02 {
  background-position: -128px -128px;
}
.platform .platform_tab a.item03 {
  background-position: -256px -128px;
}
.platform .platform_tab a.item01.cur {
  background-position: 0 0;
}
.platform .platform_tab a.item02.cur {
  background-position: -128px 0;
}
.platform .platform_tab a.item03.cur {
  background-position: -256px 0;
}
.platform .platform_con {
  padding-top: 32px;
}
.platform .platform_con .item {
  display: none;
  width: 896px;
  margin: 0 auto;
}
.platform .platform_con .item a {
  float: left;
  position: relative;
  width: 128px;
  height: 128px;
  background: #f6f6f6 url(../images/platform_category_icon.png) no-repeat;
  text-align: center;
  color: #333;
}
.platform .platform_con .item a p {
  margin-top: 90px;
}
.platform .platform_con .item a b {
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;


  height: 100%;
  background: #F06472;
  background: rgba(243, 79, 95, 0.85);
  font-weight: lighter;
  color: #fff;
  font-size: 16px;
  line-height: 120px;
  transition: opacity 0.5s;
}
.platform .platform_con .item a b i {
  position: absolute;
  width: 15px;
  height: 9px;
  bottom: 40px;
  left: 50%;
  margin-left: -7px;
  background: url(../images/platform_category_hover_arrow.png);
}
.platform .platform_con .item a:hover {
  background-color: #DCDCDC;
}
.platform .platform_con .item a:hover b {
  filter: alpha(opacity=100);
  opacity: 1;
}
.platform .platform_con .item .icon01 {
  background-position: 0 0;
}
.platform .platform_con .item .icon02 {
  background-position: -128px 0;
}
.platform .platform_con .item .icon03 {
  background-position: -256px 0;
}
.platform .platform_con .item .icon04 {
  background-position: -384px 0;
}
.platform .platform_con .item .icon05 {
  background-position: -512px 0;
}
.platform .platform_con .item .icon06 {
  background-position: -640px 0;
}
.platform .platform_con .item .icon07 {
  background-position: -768px 0;
}
.platform .platform_con .item .icon08 {
  background-position: -256px -128px;
}
.platform .platform_con .item .icon09 {
  background-position: -512px -128px;
}
.platform .platform_con .item .icon10 {
  background-position: -640px -128px;
}
.platform .platform_con .item .icon11 {
  background-position: -256px -256px;
}
.platform .platform_con .item .icon12 {
  background-position: -640px -256px;
}
/*成功案例
---------------------------------------------*/
.successfulCase {
  /* background: #313131; */
  color: #fff;
}
.successfulCase .case_tab {
  text-align: center;
}
.successfulCase .case_tab a {
  width: 210px;
  height: 53px;
  border: 1px solid #fff;
  display: inline-block;
  line-height: 53px;
  font-size: 24px;
  color: #fff;
  margin: 0 30px;
}
.successfulCase .case_tab a.cur {
  background: #D40704;
  border-color: #D40704;
}
.successfulCase .case_con {
  padding-top: 65px;
  display: none;
}
.carousel ul,
.carousel li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.carousel img {
  border: 0;
  vertical-align: top;
}
.carousel {
  position: relative;
  height: 523px;
  text-align: left;
  width: 970px;
  margin: 0px auto;
}
.carousel .carousel_img {
  position: relative;
  margin: 0 auto;
  height: 100%;
  /*width:1188px; perspective:1180px;*/
}
.carousel .carousel_img li {
  position: absolute;
  display: none;
  z-index: 0;
  width: 400px;
  height: 523px;
}
.carousel .carousel_img li img {
  width: 100%;
  height: 100%;
}
.carousel .carousel_img li.d_pos1 {
  display: block;
  width: 325px;
  height: 425px;
  left: 48px;
  top: 42px;
  z-index: 2;
}
.carousel .carousel_img li.d_pos2 {
  display: block;
  width: 400px;
  height: 523px;
  left: 282px;
  top: 0px;
  z-index: 3;
}
.carousel .carousel_img li.d_pos3 {
  display: block;
  width: 325px;
  height: 425px;
  left: 598px;
  top: 42px;
  z-index: 2;
}
.carousel .d_next,
.carousel .d_prev {
  position: absolute;
  right: 0;
  top: 190px;
  z-index: 10;
  cursor: pointer;
  width: 71px;
  height: 103px;
  opacity: 0.5;
  background: #000000 url(../images/carousel_arrow.png) -71px 0 no-repeat;
}
.carousel .d_prev {
  left: 0;
  right: auto;
  background-position: 0 0;
}
.carousel .d_next:hover,
.carousel .d_prev:hover {
  opacity: 0.8;
}
/*专业服务
---------------------------------------------*/
.services {
  background: #F6F6F6;
}
.services .headline .subheading {
  color: #999;
  padding-bottom:10px;
}
.services .item {
  float: left;
  height: 293px;
  width: 15.6%;
  *width: 15.5%;
  margin: 0px 1%;
  padding: 0px 1.2%;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px #ddd;
}
.services .item i {
  display: block;
  background: url(../img/service_icon.png) no-repeat;
  width: 180px;
  height: 180px;
  margin: 5px auto 0;
}
.services .item i.icon01 {
  background-position: 5px 0;
}
.services .item i.icon02 {
  background-position: -71px 0;
}
.services .item i.icon03 {
  background-position: -149px 0;
}
.services .item i.icon04 {
  background-position: -230px 0;
}
.services .item i.icon05 {
  background-position: -308px 0;
}
.services .item .title {
  font-size: 22px;
  line-height: 1;
  margin-top: 13px;
}
.services .item .line {
  height: 1px;
  width: 100%;
  background: url(../images/service_icon.png) 0 -127px no-repeat;
  margin-top: 15px;
}
.services .item .text {
  padding: 2px 5px;
  font-size: 14px;
  line-height: 2;
}
.services .item:hover {
  background: #1D93DD;
  color: #fff;
}
.services .item:hover i.icon01 {
  background-position: 5px -50px;
}
.services .item:hover i.icon02 {
  background-position: -71px -50px;
}
.services .item:hover i.icon03 {
  background-position: -149px -50px;
}
.services .item:hover i.icon04 {
  background-position: -230px -50px;
}
.services .item:hover i.icon05 {
  background-position: -308px -50px;
}
.services .item:hover .line {
  background-position: 0 -115px;
}
/*优势服务
---------------------------------------------*/
.advantage .headline .subheading {
  color: #999;
}
.advantage .advantage_box {
  background: url(../images/advantage_bg.png) center top no-repeat;
  height: 289px;
  position: relative;
  overflow: hidden;
}
.advantage .advantage_box ul {
  position: absolute;
  top: 0;
}
.advantage .advantage_box ul li {
  height: 32px;
  line-height: 32px;
  padding-bottom: 20px;
  *padding-bottom: 14px;
  padding-top: 8px;
  color: #fff;
  text-align: center;
  width: 281px;
  font-size: 20px;
  font-weight: lighter;
}
.advantage .advantage_box ul li span.in1{
  position: relative;
  display: block;
  width: 281px;
  height: 32px;
  overflow: hidden;
  transition: width 1s;
}
.advantage .advantage_box ul li span.in2{
  width: 265px;
  position: absolute;
}
/*.advantage .advantage_box ul.active li span.in1{
  width: 281px;
}*/
.advantage .advantage_box ul li .arrow {
  position: absolute;
  top: 0;
  border: 16px solid transparent;
  height: 0;
  width: 0;
  overflow: hidden;
}

.advantage .advantage_box .blue_bar {
  left: 0;
}
.advantage .advantage_box .blue_bar li {
}
.advantage .advantage_box .blue_bar li span.in1{
  float: right;
}
.advantage .advantage_box .blue_bar li span.in1 span.in2{
  background: #1D93DD;
  right:16px;
}
.advantage .advantage_box .blue_bar li .arrow {
  right: -32px;
  border-left-color: #1D93DD;
}


.advantage .advantage_box .red_bar {
  right: 0;
}
.advantage .advantage_box .red_bar li {
}
.advantage .advantage_box .red_bar li span.in1{
  float: left;
}
.advantage .advantage_box .red_bar li span.in1 span.in2{
  background: #FA5966;
  left: 16px;
}
.advantage .advantage_box .red_bar li .arrow {
  left: -32px;
  border-right-color: #FA5966;
}

.flowStep {
  background: #fff;
  padding: 30px 0px 30px;
  color: #fff;
}
.flowStep .headline {
  padding-bottom: 35px;
}
.flowStep li {
  float: left;
  width: 12.5%;
  *width: 12.4%;
  text-align: center;
}
.flowStep li i {
  display: block;
  background: url(../images/flow_step_icon.png) no-repeat;
  width: 88px;
  height: 88px;
  margin: 0px auto 22px;
}
.flowStep li i.icon01 {
  background-position: 0 0;
}
.flowStep li i.icon02 {
  background-position: -129px 0;
}
.flowStep li i.icon03 {
  background-position: -259px 0;
}
.flowStep li i.icon04 {
  background-position: -389px 0;
}
.flowStep li i.icon05 {
  background-position: -519px 0;
}
.flowStep li i.icon06 {
  background-position: -648px 0;
}
.flowStep li i.icon07 {
  background-position: -778px 0;
}
.flowStep li i.icon08 {
  background-position: -908px 0;
}
.flowStep li .text {
  font-size: 16px;
  position: relative;
}
.flowStep li .text:after {
  content: '>';
  zoom: 1;
  font-size: 22px;
  position: absolute;
  top: -3px;
  right: -6px;
}
.flowStep li.last .text:after {
  content: '';
}
.demand {
  background: #f6f6f6 url(../images/demand_bg.jpg) center top no-repeat;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 30px;
}
.demand .headline {
  padding-bottom: 15px;
}
.demand .demandFrm {
  width: 520px;
  margin: 0px auto;
}
.demand .demandFrm .form_item {
  float: left;
  padding-bottom: 24px;
}
.demand .demandFrm .form_item .form_label {
  float: left;
  width: 120px;
  font-size: 20px;
  line-height: 48px;
  font-weight: lighter;
}
.demand .demandFrm .form_item .input_block {
  float: left;
  width: 400px;
}
.demand .demandFrm .input-txt,
.demand .demandFrm .input-area,
.demand .demandFrm .input-select {
  width: 100%;
  font-size: 18px;
  padding: 0 10px;
  *padding: 0;
  border: 0;
  background: #fff;
  box-sizing: border-box;
}
.demand .demandFrm .input-txt {
  height: 48px;
  line-height: 48px \9;
}
.demand .demandFrm .input-area {
  height: 110px;
  padding: 10px;
  *padding: 0;
}
.demand .demandFrm .input-select {
  height: 48px;
  line-height: 48px \9;
}
.demand .demandFrm .input-submit {
  background: #1D92DB;
  height: 70px;
  width: 100%;
  font-size: 28px;
  color: #fff;
  letter-spacing: 5px;
  cursor: pointer;
  margin-top: 35px;
}
.demand .demandFrm .input-submit:hover {
  background: #127EC1;
}
.consult {
  position: fixed;
  _display: none !important;
  *display: none !important;
  bottom: 0;
  height: 125px;
  width: 100%;
  min-width: 1000px;
  z-index: 3;
  text-align: center;
}
.consult a:hover {
  opacity: 0.8;
}
.consult .consult_bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.75;
  filter: alpha(opacity=85);
  top: 0;
}
.consult .consult_A {
  width: 33%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.consult .consult_A .service_W {
  width: 290px;
  margin: 0 auto;
  margin-top: 17px;
}
.consult .consult_A .service_W:hover {
  -webkit-animation: ring 1s;
  -moz-animation: ring 1s;
  -ms-animation: ring 1s;
  -o-animation: ring 1s;
  animation: ring 1s;
}
.consult .consult_A .icon {
  float: left;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  overflow: hidden;
}
.consult .consult_A .consult_name {
  float: left;
  margin-left: 12px;
  color: #fff;
  font-size: 26px;
  width: 7em;
  line-height: 1;
  margin-top: 8px;
}
.consult .consult_A .cutService {
  float: left;
  margin-left: 18px;
  margin-top: 15px;
  width: 105px;
  height: 39px;
  line-height: 22px;
  color: #fff;
  background: #FF2727;
  border-radius: 50px;
  position: relative;
  font-size: 20px;
  line-height: 35px;
  padding-left: 70px;
  text-align: left;
}
.consult .consult_A .cutService .icon_qq {
  width: 22px;
  height: 22px;
  background: url(../images/cutservice_qqicon.png);
  position: absolute;
  left: 35px;
  top: 9px;
}
.consult .close {
  position: absolute;
  width: 35px;
  height: 35px;
  background: url(../images/cutservice_close.png) 5px 7px no-repeat;
  right: 5px;
  top: 5px;
  background-color: rgba(0,0,0,.6);
  border-radius: 50%;
}
.New-honor {
  margin-top: 0;
}